Skip to content

neovim-require-check-hook: include check inputs; vimPlugins: nativeCheckInputs -> checkInputs#367802

Merged
khaneliman merged 2 commits intoNixOS:masterfrom
khaneliman:require-inputs
Dec 28, 2024
Merged

neovim-require-check-hook: include check inputs; vimPlugins: nativeCheckInputs -> checkInputs#367802
khaneliman merged 2 commits intoNixOS:masterfrom
khaneliman:require-inputs

Conversation

@khaneliman
Copy link
Contributor

@khaneliman khaneliman commented Dec 24, 2024

Things done

Including checkInputs in the test and migrating current examples to use checkInputs over nativeCheckInputs because it's too easy to accidentally disable the check via trying to add inputs to fix a test case.

Since this is a full plugin set rebuild, going to see what other tweaks can be made to reduce amount of rebuilds we do.

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Currently only including the nativeCheckInputs, but it would be more
ergonomical to allow people to define checkInputs so they don't
accidentally disable the check phase.
@github-actions github-actions bot added the 6.topic: vim Advanced text editor label Dec 24, 2024
@khaneliman khaneliman marked this pull request as draft December 24, 2024 05:00
@github-actions github-actions bot added 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 1001-2500 This PR causes many rebuilds on Linux and should target the staging branches. labels Dec 24, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. labels Dec 24, 2024
@khaneliman khaneliman marked this pull request as ready for review December 28, 2024 23:11
@khaneliman
Copy link
Contributor Author

Merging with #368843 since that is a large rebuild too

@khaneliman khaneliman merged commit 90e5537 into NixOS:master Dec 28, 2024
@khaneliman khaneliman deleted the require-inputs branch December 28, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: vim Advanced text editor 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 1001-2500 This PR causes many rebuilds on Linux and should target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant